Interface Queue

All Superinterfaces:
IPCObject
All Known Implementing Classes:
QueueImpl

public interface Queue extends IPCObject
Information provided by the PKI file:

    \class Queue
    
    \brief Queue handles and manipulates QoS classes.
    
    \example network().getDevice("Router0").getPolicyMapManager().getPolicyMapAt(0).getClassAt(0)
    
Author:
Auto-generated
  • Method Details

    • getPacketCnt

      int getPacketCnt()
      Information provided by the PKI file:
      
          \brief Gets the packet count in the queue.
          
          \return int, value is the packet count in the queue.
          
              
      Returns:
      int Returns a int
    • getName

      String getName()
      Information provided by the PKI file:
      
          \brief Gets the queue name.
          
          \return string, value is the queue name.
          
              
      Returns:
      String Returns a String